home *** CD-ROM | disk | FTP | other *** search
/ funcom 2000 Presskit / 000721_1312 (fun.com).iso / index.dir / 00002_Script_show kamera < prev    next >
Text File  |  2000-04-18  |  363b  |  19 lines

  1. on mouseWithin me
  2.   set the loch of sprite 20 to the loch of sprite (the spriteNum of me)-20
  3.   set the visible of sprite 20 to 1
  4. end
  5.  
  6. on mouseLeave me
  7.   set the visible of sprite 20 to 0
  8. end
  9.  
  10. on mouseDown me
  11.   set the blend of sprite 20 to 30
  12. end
  13.  
  14. on mouseUp
  15.   global film
  16.   set the blend of sprite 20 to 10
  17.   go to frame 10 of movie (film)
  18. end
  19.